func runtime.memhash

11 uses

	runtime (current package)
		alg.go#L26: 	return memhash(p, h, 1)
		alg.go#L30: 	return memhash(p, h, 2)
		alg.go#L34: 	return memhash(p, h, 16)
		alg.go#L41: 	return memhash(p, h, size)
		alg.go#L68: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
		alg.go#L107: 		return memhash(p, h, 4)
		alg.go#L119: 		return memhash(p, h, 8)
		alg.go#L211: 			return memhash(p, h, t.Size_)
		alg.go#L350: 	return memhash(s.array, seed, uintptr(s.len))
		mheap.go#L2701: 	hash := memhash(abi.NoEscape(unsafe.Pointer(&p)), 0, goarch.PtrSize)
		tracemap.go#L71: 	hash := memhash(data, 0, size)